home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / jackice-2.swf / scripts / frame_111 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  76 b   |  7 lines

  1. enemyJml = 18;
  2. init();
  3. this.onEnterFrame = function()
  4. {
  5.    game();
  6. };
  7.